home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 04 / setup.exe / Gnucleus / PrefSearch.h < prev    next >
C/C++ Source or Header  |  2000-06-24  |  2KB  |  71 lines

  1. #if !defined(AFX_PREFSEARCH_H__196C5E22_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
  2. #define AFX_PREFSEARCH_H__196C5E22_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PrefSearch.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPrefSearch dialog
  12.  
  13. class CPrefSearch : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPrefSearch)
  16.  
  17. // Construction
  18. public:
  19.     CPrefSearch();
  20.     ~CPrefSearch();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPrefSearch)
  24.     enum { IDD = IDD_PREF_SEARCH };
  25.     CEdit    m_ebSearch;
  26.     CEdit    m_ebNode;
  27.     CEdit    m_ebReply;
  28.     CButton    m_chkReply;
  29.     CComboBox    m_cmbSearch;
  30.     CComboBox    m_cmbNode;
  31.     CListCtrl    m_lstSearch;
  32.     CListCtrl    m_lstNode;
  33.     //}}AFX_DATA
  34.  
  35.  
  36. // Overrides
  37.     // ClassWizard generate virtual function overrides
  38.     //{{AFX_VIRTUAL(CPrefSearch)
  39.     public:
  40.     virtual BOOL OnApply();
  41.     protected:
  42.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.     CGnucleusDoc *Doc;
  48.  
  49.     // Generated message map functions
  50.     //{{AFX_MSG(CPrefSearch)
  51.     afx_msg void OnCheckReply();
  52.     afx_msg void OnChangeEditReply();
  53.     afx_msg void OnChangeEditSearch();
  54.     afx_msg void OnEditchangeComboSearch();
  55.     afx_msg void OnButtonSearchRemove();
  56.     afx_msg void OnButtonSearchAdd();
  57.     afx_msg void OnChangeEditNode();
  58.     afx_msg void OnEditchangeComboNode();
  59.     afx_msg void OnButtonNodeRemove();
  60.     virtual BOOL OnInitDialog();
  61.     afx_msg void OnButtonNodeAdd();
  62.     //}}AFX_MSG
  63.     DECLARE_MESSAGE_MAP()
  64.  
  65. };
  66.  
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  69.  
  70. #endif // !defined(AFX_PREFSEARCH_H__196C5E22_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
  71.